CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - skeleton thinning

搜索资源列表

  1. Thinner

    0下载:
  2. 文字图像细化算法源代码。细化后所得的文字图像骨架是严格的1象素宽度,细化效果极佳!-text image thinning algorithm source code. After refining the text images of the skeleton is strictly a pixel width, thinning effect excellent!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3324
    • 提供者:王宏志
  1. 并行图像细化算法和C代码实现

    0下载:
  2. 图像细化一般作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽,形成 骨架 ,形成骨架后能比较容易的分析图像,如提取图像的特征.-image thinning as a general image preprocessing technologies emerging, is the source of images from the frames, that is, lines of the original image width
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:3045
    • 提供者:权威
  1. Thinned

    1下载:
  2. java开发的二值图像细化算法程序,能够从二值图像中提取图像骨架-java development of the binary image thinning algorithm procedures, from the binary image extracted image skeleton
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:366215
    • 提供者:mete
  1. qubian

    1下载:
  2. 该程序具有滤波(锐化,平滑),颜色明暗度变化,腐蚀,骨架化,细化等功能-the procedures filter (sharpening, smoothing), the changes color shading, corrosion, skeleton, thinning functions
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:787
    • 提供者:罗徵逸
  1. imagethining.rar

    0下载:
  2. 图像细化 (Image Thinning),一般指二值图像的骨架化(Image Skeletonization) 的一种操作运算。 一个图像的骨架由一些线和曲线(比较理想的是单像素宽度),骨架可以提供一个图像目标的尺寸和形状信息,因而在数字图像分析中具有重要的地位,图像细化(骨架化)是进行图像识别、线条类图像目标分析的重要手段。 本文将探讨骨架的一些性质,给出如何判断一个像素是否属于图像目标的骨架,最后将给出获得图像目标骨架的基本算法。,Image Thinning (Image T
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:92984
    • 提供者:魏建亮
  1. skeleton.rar

    1下载:
  2. 一个用opencv编写的骨架提取的程序,主要原理是基于距离变换,鲁棒性很高,里面附了多个测试图片,Opencv prepared with a skeleton extraction procedure, the main principle is based on the distance transform, robust high, which is attached a number of test pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:254777
    • 提供者:huwentao
  1. AdvMorph

    0下载:
  2. 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2327422
    • 提供者:
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. ps

    0下载:
  2. 细化算法有很多,我们在这里介绍的是一种简单而且效果很好的算法,用它就能够实现从文本抽取骨架的功能。我们的对象是白纸黑字的文本,但在程序中为了处理的方便,还是采用256级灰度图,不过只用到了调色板中0和255两项。-There are many thinning algorithms, we have presented here is a simple but very effective algorithm, it can be achieved with the text extracted
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:872
    • 提供者:阿瑟
  1. newfndistrans

    0下载:
  2. The Distance Transforn of a Binary Image, This is a image processing program which performs the distance transform of a binary image.Distance transform is widely used for image thinning and finding skeleton of an image.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2163
    • 提供者:aymeng
  1. Distance_transformation_binaryimage

    0下载:
  2. This an image processing program which performs the distance transform of a binary image.Distance transform is widely used for image thinning and finding skeleton of an image. -This is an image processing program which performs the distance transfo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:2504
    • 提供者:sudeep
  1. skeleton

    1下载:
  2. 用形态学中骨骼化方法实现了图像细化,为后续工作如特征点提取提供了良好的素材-Method with skeletal morphology achieved thinning, for the follow-up, such as feature extraction provides a good material
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:518
    • 提供者:zrq-kathryn
  1. newfndistrans

    0下载:
  2. This a image processing program which performs the distance transform of a binary image.Distance transform is widely used for image thinning and finding skeleton of an image.-This is a image processing program which performs the distance transform of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2158
    • 提供者:joseph
  1. some-examples

    0下载:
  2. 一些matlab图像图像处理例程,骨架,灰度图像梯度,凸壳,细化.-Some image image processing matlab routines, skeleton, grayscale gradient, convex hull, thinning.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1174835
    • 提供者:menger
  1. skeleton

    0下载:
  2. 细化算法通常和骨骼化、骨架化算法是相同的意思,也就是thin算法或者skeleton算法,该代码细化效果不错-Louisa Lam, Seong-Whan Lee, Ching Y. Suen,“Thinning Methodologies-A Comprehensive Survey ”,IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 14, NO. 9, SEPTEMBER 1992
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10966311
    • 提供者:jiaojiao
  1. Skeleton-extraction

    0下载:
  2. 利用形态学的腐蚀运算提取图像边界 编写细化算法提取骨架的程序-Using morphology corrosion operation to extract image edgePreparation of thinning algorithm to extract the skeleton program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:191418
    • 提供者:胡晓
  1. skeleton

    0下载:
  2. building skeleton models via 3D medial surface / axis thinning algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:371058
    • 提供者:radu
  1. qubian

    0下载:
  2. 该程序具有滤波(锐化,平滑),颜色明暗度变化,腐蚀,骨架化,细化等功能-the procedures filter (sharpening, smoothing), the changes color shading, corrosion, skeleton, thinning functions
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:836
    • 提供者:oundsth
  1. skeleton-extraction-methods

    0下载:
  2. 这是一篇关于骨架提取的文章,内容涉及多种骨架的方法,像细化,形态学。-This is an article about the skeleton extraction, covering a variety of skeleton methods, such as thinning, morphology.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-04
    • 文件大小:59949
    • 提供者:uuq
  1. Skeleton

    0下载:
  2. image thinning in matlab
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:10240
    • 提供者:nithya
« 12 »
搜珍网 www.dssz.com